|
|
The Send Message command triggers a Message
event sequentially to all the targeted elements. These events are
stacked immediately instead of queued. This command waits for all
the messages to be processed before continuing.
Options
- Message Name: The name of the message. Only Message
events that match the name exactly will be triggered.
- Method
- Broadcast: Sends to every element starting from the
Runtime's Root and going down the outline.
- Downwards: Sends to the targeted element and every
element in its outline going downwards.
- Target: Sends to only the targeted element.
- Upwards: Sends to the targeted element and then
upwards to each container till it reaches the Runtime's
Root.
- Target Argument: An argument that targets an
element.
|